/*---------------------------Layout------------------------------*/
	html{
		background: #eceeef;
	}
	body {
	  margin-top:25px;
	  background: #eceeef;
	}
	.disabled,button[disabled=disabled], button:disabled {
		cursor: not-allowed !important ;
		pointer-events: none;
	}
	.btn{
		border-radius: 0px;
	}
	/*.btn-white{
		background: white;
	}
	.btn-light{
		background: #17a2b8 !important;
		color:white;
	}*/
	.btn-div{
		margin-bottom: 7px;
	}	
	.bg-position{
		position: fixed;
		top: 40%;
	}
	.alert{
		margin-bottom: 0px;
	}
	.btn-div .btn-sm:hover{
		border-color:#ddd;	
	}
	.card{
		border-radius: 0px;
    	border: none;
	}
	.card-header,.card-footer,.modal-header{
		background: #17a2b8;
		color: white;
		padding: 5px;
	}
	.card-header h6,.card-header p,.modal-header h6{
		margin: 0px;
	    padding: 0px;
	    padding-top: 7px;
	    padding-left: 10px;
	}
	.text-center{
		text-align: center;
	}
	.navbar{
		border: none;
		border-radius: 0 !important;
	}
	.no-gap{
		padding: 0;
		margin: 0;
	}
	.context-menu{
		padding:4px 3px;
	}
	.hide{
		display: none;
	}
	.pull-right{
		float: right;
	}
	li{
		list-style: none;
	}
	.no-border,.list-group-item{
		border: none;
	}
	.no-radius,.card-header,.card-footer,.list-group-item,.input-group-text,.nav-tabs .nav-link,.modal-header,.list-group-item{
		border-radius:0px !important; 
	}
	.bg-shadow,.btn,.card,.alert,.report-card{
		moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2)  ;
    	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
		border-radius: 2px;
		border:none;
	}
/*---------------------------Form--------------------------------*/
	.form-control{
		border-radius: 0px;
	}
	form select.ng-invalid + .chosen-container,form select.ng-invalid.ng-touched,form input.ng-invalid.ng-touched,form textarea.ng-invalid.ng-touched,form .ui-select-container.ng-invalid.ng-touched{
	  border: 1px solid #f00;
	}
	form select.ng-valid + .chosen-container,form select.ng-valid,form input.ng-valid,form textarea.ng-valid,form .ui-select-container.ng-valid{
	  border:1px solid lightgreen;
	}
	.ui-select-container{
		border:1px solid #ddd;
	}
/*---------------------------Extra-------------------------------*/
	nav a{
	  color:#232323 ;
	}
	nav li.active a,a.active{
		//color: brown !important;
	}
	a{
		text-decoration: none !important;
		cursor: pointer;
	}
/*------------------------ Table -----------------*/
	caption{
		caption-side:top !important;
		padding: 10px;
		margin: 0;
	}
	.table{
		font-size: 0.9em;
		background: #fff;
		margin-bottom:0px;
	}
	.table-list tbody tr{
	  	cursor: pointer;
	}
	.table-list thead tr th {
	  	white-space: nowrap;
	}

	.table-details th{
	  	width: 20%;
	}
	.table-details td{
	  	width: 30%
	}
	.table tbody.MetricChart td:first-child{
		font-weight: bold;
	}

	.sticky-table-area{       
	  	overflow: auto;
	}
	.sticky-table-area table thead th{
	 	white-space: nowrap;
	}
	.sticky-table-area table thead{
	  	background: #fff;
	}
	.table-responsive tr th,
	.table-responsive tr td{
		white-space: nowrap !important;
	}
	.no-border-top th{
		border-top: none;
	}
	.table-report tr:first-child th{
		padding: 7px;
	}

/*---------------------- Accordion ------------*/
	.accordion{
	    transition: 0.4s;
	    border-bottom: 1px solid #ddd;
	    border-right: 1px solid #ddd;
	}
	.accordion .accordion-header{
		cursor: pointer;
	    padding: 6px 10px;
	    font-size: 15px;
	}
	.accordion.active .accordion-header:before {
	    content: "\25b2";
	    padding-left: 5px;
	    float: right;
	}
	.accordion .accordion-header:before {
	    content: '\25bc';
	    padding-left: 5px;
	    float: right;
	}
	.accordion .accordion-body{
		display: none;
		max-height: 350px;
		overflow: auto;	    
		font-size: 13px;
	}
	.accordion.active .accordion-body{
		display: block;
	}

/*-------------------------Extra --------------------------*/
	.btn{
		cursor: pointer !important;
	}
	.modal-content{
		border: none;
		border-radius: 0px;
	}
	.fa,.far{
		cursor: pointer;
	}
	.fa-sm{
		font-size: 12px !important;
	}
	.fa-tr{
		padding-right: 3px;
	}
	.fa-trash{
		color: red;
	}
/*----------------------- CommonOnReport ------------------------*/
	.mydiv {
	    position: absolute;
	    z-index: 999;
	    background-color: #f1f1f1;
	    right: 10px;
	    top: 100px;
	    width: 400px;
	}

	.mydivheader {
	    padding: 10px;
	    cursor: move;
	    color: #fff;
	}
	.fa-pointer{
		cursor: pointer;
	}

	.google-visualization-controls-rangefilter label,
	.google-visualization-controls-categoryfilter label,
	.google-visualization-controls-categoryfilter-selected.charts-inline-block{
		display: block;
	}

	.modal.modal-fullscreen .modal-dialog {
	  width: 100%;
	  height: 100%;
	  margin: 0;
	  padding: 0;
	  max-width: none; 
	  
	  overflow: hidden;
	  padding: 0px !important;
	  position: absolute;

	  right: 0px;
	  left: 0px;
	  bottom: 0px;
	  top: 0px;
	}
	.modal.modal-fullscreen .modal-content {
	  height: auto;
	  min-height: 100%;
	  border-radius: 0;
	  border: none; 
	  background: #eceeef;
	  right: 0px;
	}

	.custom-bg{
		background: #17a2b8;
		color:white;
	}
	.text-ellipsis{
	    cursor: move;
	    white-space: nowrap; 
	    overflow: hidden;
	    text-overflow: ellipsis; 
	}
	.card .fa-trash{
	    color: white;
	}
	.card-details{
		position: static;
		background:white;
		overflow: auto;
		width: 100%;
		height: 100%;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
	}
	.card-details-header{
		position: fixed;
	}
	.card-fullscreen{
      width: 100%;
      height: 100%;
      position: fixed;
      right: 0px;
      left: 0px;
      bottom: 0px;
      top: 0px;
      z-index:  1031;
      overflow: hidden;
    }
    
    .report-card{
    	overflow: hidden;
    	background: white;
    }
    .report-card pagination{
    	position: absolute;
    	width: 100%;
    	bottom: 0px;
    }

    .text-sm{
    	font-weight: normal;
    	font-size: 14px;
    }

    .essentials-toggle-botton{
    	background-color: #eeeeee;
        font-weight: bold;
        padding: 2px 4px !important;
        cursor: pointer;
        display: inline-block;
        position: absolute;
       	right: 3px;
    }
    .essentials-toggle{
    	background: #eee;
    	width: 1px;
    	padding-top: 1.5px;
    	position: absolute;
    	height: 93%;
    }
    .card-fullscreen .essentials-toggle-botton{
    	right: 1px;
    	top: 0px;
        padding: 9px !important;
        cursor: pointer;
       	border: 1px solid #dddddd;
    	border-right: none !important;
    	border-top: none !important;
    }
    .card-fullscreen .essentials-toggle{
    	width: 1px;
    }
    .company-icon-form{
    	/*width: 300px;*/
    	height: 130px;
    }
    .company-icon-nav{
    	height: 40px;
    	width: 47px;
    }





input.faChkRnd{
  visibility: hidden;
}
input.faChkRnd:checked:after, input.faChkRnd:after{
  	visibility: visible;
  	font-family: "Font Awesome 5 Free"; 
	font-size: 18px;
}
input.faChkRnd:checked:after {
  content: '\f058';
}
input.faChkRnd:after {
  content: '\f111';
}






.dndPlaceholder td {
  background-color: #ddd;
}
.dndDraggingSource {
  display: none;
}






.switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 30px;
    padding: 3px;
    /*margin: 0 10px 10px 0;*/
    /*background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);*/
    /*background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);*/
    /*border-radius: 15px;*/
    /*box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
    cursor: pointer;
    box-sizing: content-box;
}
label.switch {
    font-weight: inherit;
}
.switch input[type=checkbox]{
    /*margin: 4px 0 0;*/

    line-height: normal;
      -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label {
    background: inherit;
}
.switch-input:checked ~ .switch-label {
    background: #E1B42B;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-left-right .switch-label {
    overflow: hidden;
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #eceeef;
    /*border-radius: inherit;*/
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
}
.switch-left-right .switch-input:checked ~ .switch-label:before {
    opacity: 1;
    left: 100px;
}
.switch-input:checked ~ .switch-label:before {
    opacity: 0;
}
.switch-left-right .switch-label:before {
    background: #FF7F50 !important;
    color: white;
    text-align: left;
    padding-left: 80px!important;
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: -12px;
    /*border-radius: 20px;*/
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaaaaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

span.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    position: absolute;
  
}

.switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    box-sizing: content-box;
}

.switch-left-right .switch-input:checked ~ .switch-label:after {
    left: 0!important;
    opacity: 1;
    padding-left: 20px;
}


.switch-input:checked ~ .switch-label:after {
    opacity: 1;
}


.switch-left-right .switch-label:after {
    text-align: left;
    text-indent: 9px;
    background: lightgreen !important;
    color: black;
    left: -100px!important;
    opacity: 1;
    width: 100%!important;
 
}
.switch-left-right .switch-label:before, .switch-left-right .switch-label:after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 0 0 0;
    text-indent: -12px;
    /*border-radius: 20px;*/
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.switch-input:checked ~ .switch-handle {
    left: 74px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-label, .switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    /*border-radius: 100%;*/
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    /*border-radius: 6px;*/
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}


.flex-column .nav-link.active{
	color: #17a2b8;
}

.footer {
	display: none;
}